-
Notifications
You must be signed in to change notification settings - Fork 6k
docs: add proxying to angular app #5457
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
✨ code-server docs for PR #5457 is ready! It will be updated on every commit.
|
import { getMaybeProxiedCodeServer } from "../utils/helpers" | ||
import { describe, test, expect } from "./baseFixture" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yarn lint
did this - not sure why it didn't catch it before
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quite strange indeed!
Codecov Report
@@ Coverage Diff @@
## main #5457 +/- ##
=======================================
Coverage 72.44% 72.44%
=======================================
Files 30 30
Lines 1673 1673
Branches 366 366
=======================================
Hits 1212 1212
Misses 398 398
Partials 63 63 Continue to review full report at Codecov.
|
This adds docs on how to proxy to an Angular app
Fixes #